home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir27 / atk18ibm.zip / DOC / DDEVAL.DOC < prev    next >
Text File  |  1991-12-11  |  3KB  |  55 lines

  1. Informational Messages:
  2.   Parsing DFD DFDnumber: DFDname
  3.     This message indicates a parsing phase on the given DFD.
  4.   * Opened Data Dictionary DATA.DCT
  5.     This message indicates that the Data Dictionary will now be parsed.
  6.     Parsing may take quite a while, depending on the size of the dictionary,
  7.     and the speed of your machine.
  8.   * File %s had XXX entries and XXX errors
  9.     This message provides a summary of the number of "sentences" in the 
  10.     data dictionary, and the number of errors found in the data dictionary.
  11.  
  12.  
  13. Error Messages:
  14.   Illegal switch |-XXX| ignored
  15.     This message indicates that a run-time argument given to the tool was
  16.     not acceptable.  Such arguments are ignored for DDEVAL.
  17.   Error opening DFDfilename! Skipping...
  18.     This message indicates that the given DFD filename could not be opened.
  19.     The usual reason is that it does not exist.  Another directory?
  20.   Can't open Data Dictionary DATA.DCT
  21.     This message indicates that the data dictionary file could not be opened.
  22.     The usual reason is that it does not yet exist.
  23.  
  24.   *** OUT OF MEMORY:  Further output degraded
  25.     This message indicates that the limit of DD items possible in the 
  26.     current environment has been exceeded.  No further items will be
  27.     added to the dictionary.  Further output is based only on the items
  28.     loaded so far.
  29.   Fatal: Data dictionary phase failed.  Aborting
  30.     This message indicates that the data dictionary could not be loaded
  31.     properly.  No further processing will take place.
  32.  
  33. Report Messages:
  34.   The following values appear in DFDs, but not in the Data Dictionary
  35.     The list of values following are names of flows or stores that appear
  36.     in one of the dataflow diagrams requested to be scanned (default: the
  37.     main chain -1*) but were not included in the data dictionary.  This error
  38.     is caused by either an incomplete data dictionary (which can be rectified
  39.     by running DDBUILD again) or by running DDEVAL against a set of diagrams
  40.     that are not intended to be in the data dictionary.
  41.  
  42.   The following values appear in the Data Dictionary, but are undefined
  43.     The list of values following are used on the right side of a data
  44.     dictionary definition, but are themselves undefined.  This error is
  45.     caused by incompletely specifying data dictionary elements.  If the 
  46.     elements on the right side of the definition cannot be broken down
  47.     further, they should be defined as PRIMITIVE.
  48.  
  49.   The following values appear in the Data Dictionary, but are To Be Defined (TBD)
  50.     The list of values following are defined as TBD.  This error indicates
  51.     that definitions have not been supplied for the indicated elements.
  52.     DDBUILD adds all flows and stores to the Data Dictionary with the definition
  53.     TBD.
  54.  
  55.